home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / IconTextItem.pod < prev    next >
Text File  |  2009-04-29  |  2KB  |  130 lines

  1. =head1 NAME
  2.  
  3. Gnome2::IconTextItem - wrapper for GnomeIconTextItem
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Object
  10.   +----Glib::InitiallyUnowned
  11.        +----Gtk2::Object
  12.             +----Gnome2::Canvas::Item
  13.                  +----Gnome2::IconTextItem
  14.  
  15.  
  16.  
  17. =cut
  18.  
  19.  
  20. =head1 METHODS
  21.  
  22. =head2 $iti-E<gt>B<configure> ($x, $y, $width, $fontname, $text, $is_editable, $is_static)
  23.  
  24. =over
  25.  
  26. =item * $x (integer) 
  27.  
  28. =item * $y (integer) 
  29.  
  30. =item * $width (integer) 
  31.  
  32. =item * $fontname (string) 
  33.  
  34. =item * $text (string) 
  35.  
  36. =item * $is_editable (boolean) 
  37.  
  38. =item * $is_static (boolean) 
  39.  
  40. =back
  41.  
  42. =head2 editable = $iti-E<gt>B<get_editable> 
  43.  
  44. =head2 $iti-E<gt>B<focus> ($focused)
  45.  
  46. =over
  47.  
  48. =item * $focused (boolean) 
  49.  
  50. =back
  51.  
  52. =head2 $iti-E<gt>B<select> ($sel)
  53.  
  54. =over
  55.  
  56. =item * $sel (boolean) 
  57.  
  58. =back
  59.  
  60. =head2 $iti-E<gt>B<setxy> ($x, $y)
  61.  
  62. =over
  63.  
  64. =item * $x (integer) 
  65.  
  66. =item * $y (integer) 
  67.  
  68. =back
  69.  
  70. =head2 $iti-E<gt>B<start_editing> 
  71.  
  72. =head2 $iti-E<gt>B<stop_editing> ($accept)
  73.  
  74. =over
  75.  
  76. =item * $accept (boolean) 
  77.  
  78. =back
  79.  
  80. =head2 string = $iti-E<gt>B<get_text> 
  81.  
  82.  
  83.  
  84. =cut
  85.  
  86.  
  87. =head1 SIGNALS
  88.  
  89. =over
  90.  
  91. =item boolean = B<text-changed> (Gnome2::IconTextItem)
  92.  
  93. =item B<height-changed> (Gnome2::IconTextItem)
  94.  
  95. =item B<width-changed> (Gnome2::IconTextItem)
  96.  
  97. =item B<editing-started> (Gnome2::IconTextItem)
  98.  
  99. =item B<editing-stopped> (Gnome2::IconTextItem)
  100.  
  101. =item B<selection-started> (Gnome2::IconTextItem)
  102.  
  103. =item B<selection-stopped> (Gnome2::IconTextItem)
  104.  
  105. =back
  106.  
  107.  
  108.  
  109. =cut
  110.  
  111.  
  112. =head1 SEE ALSO
  113.  
  114. L<Gnome2>, L<Glib::Object>, L<Glib::InitiallyUnowned>, L<Gtk2::Object>, L<Gnome2::Canvas::Item>
  115.  
  116.  
  117. =cut
  118.  
  119.  
  120. =head1 COPYRIGHT
  121.  
  122. Copyright (C) 2003-2004 by the gtk2-perl team.
  123.  
  124. This software is licensed under the LGPL.  See L<Gnome2> for a full notice.
  125.  
  126.  
  127.  
  128. =cut
  129.  
  130.